Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Restored Killed console message #1

Merged
merged 1 commit into from
Nov 17, 2015
Merged

Restored Killed console message #1

merged 1 commit into from
Nov 17, 2015

Conversation

rjperes
Copy link
Contributor

@rjperes rjperes commented Nov 5, 2015

Added Started console message
Captured possible exception from node process

@dnfclas
Copy link

dnfclas commented Nov 5, 2015

Hi @rjperes, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. Real humans will now evaluate your PR.

TTYL, DNFBOT;

Added Started console message
Captured possible exception from node process
protected virtual void OnBeforeLaunchProcess() {
}

protected virtual void OnOutputDataReceived(string outputData) {
Console.WriteLine("[Node] " + outputData);
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing I hate about VS code....

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean, the whitespaces? Arrrgghhh...

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, whitespaces in empty lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I get rid of them, will you merge? :-)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just a random comment, sorry. I only saw a demo of this thing during the MVP summit and it was very cool so I got interested. @SteveSanderson needs to look at it I think.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, he's right here with me! :-)

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bug him! 😄

@SteveSandersonMS SteveSandersonMS merged commit 49b52bc into aspnet:master Nov 17, 2015
@SteveSandersonMS
Copy link
Member

Thanks! I've merged some of the changes here (the better logging of Node startup failures, and the whitespace fixes). I didn't merge the console messages that were being issued on successful Node process startup or shutdown, since we don't want to produce extra log messages if everything is OK.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants